home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2007 September / PCWSEP07.iso / Software / Shareware / xStarter 1.8.8 / setup.exe / {app} / xStartUI.exe / 0 / RCDATA / TTIMEPARTSFRAME / TTIMEPARTSFRAME.txt
Text File  |  2007-06-06  |  2KB  |  95 lines

  1. object TimePartsFrame: TTimePartsFrame
  2.   Left = 0
  3.   Top = 0
  4.   Width = 282
  5.   Height = 30
  6.   AutoScroll = False
  7.   TabOrder = 0
  8.   object mxFlatLabel1: TLabel
  9.     Left = 52
  10.     Top = 6
  11.     Width = 32
  12.     Height = 13
  13.     Caption = 'hour(s)'
  14.   end
  15.   object mxFlatLabel2: TLabel
  16.     Left = 136
  17.     Top = 6
  18.     Width = 27
  19.     Height = 13
  20.     Caption = 'min(s)'
  21.   end
  22.   object mxFlatLabel3: TLabel
  23.     Left = 220
  24.     Top = 6
  25.     Width = 28
  26.     Height = 13
  27.     Caption = 'sec(s)'
  28.   end
  29.   object edsHour: TElSpinEdit
  30.     Left = 4
  31.     Top = 3
  32.     Width = 45
  33.     Height = 21
  34.     Cursor = crIBeam
  35.     MaxValue = 23
  36.     TopMargin = 2
  37.     RightMargin = 1
  38.     BorderSides = [ebsLeft, ebsRight, ebsTop, ebsBottom]
  39.     OnChange = edsHourChange
  40.     BorderStyle = bsSingle
  41.     Ctl3D = True
  42.     Flat = True
  43.     LineBorderActiveColor = clBlack
  44.     LineBorderInactiveColor = clBlack
  45.     ParentColor = False
  46.     ParentCtl3D = False
  47.     TabOrder = 0
  48.     AutoDisableSpinButtons = True
  49.   end
  50.   object edsMin: TElSpinEdit
  51.     Left = 92
  52.     Top = 3
  53.     Width = 41
  54.     Height = 21
  55.     Cursor = crIBeam
  56.     MaxValue = 60
  57.     MinValue = -1
  58.     TopMargin = 2
  59.     RightMargin = 1
  60.     BorderSides = [ebsLeft, ebsRight, ebsTop, ebsBottom]
  61.     OnChange = edsMinChange
  62.     BorderStyle = bsSingle
  63.     Ctl3D = True
  64.     Flat = True
  65.     LineBorderActiveColor = clBlack
  66.     LineBorderInactiveColor = clBlack
  67.     ParentColor = False
  68.     ParentCtl3D = False
  69.     TabOrder = 1
  70.     AutoDisableSpinButtons = True
  71.   end
  72.   object edsSec: TElSpinEdit
  73.     Left = 176
  74.     Top = 3
  75.     Width = 41
  76.     Height = 21
  77.     Cursor = crIBeam
  78.     MaxValue = 60
  79.     MinValue = -1
  80.     TopMargin = 2
  81.     RightMargin = 1
  82.     BorderSides = [ebsLeft, ebsRight, ebsTop, ebsBottom]
  83.     OnChange = edsSecChange
  84.     BorderStyle = bsSingle
  85.     Ctl3D = True
  86.     Flat = True
  87.     LineBorderActiveColor = clBlack
  88.     LineBorderInactiveColor = clBlack
  89.     ParentColor = False
  90.     ParentCtl3D = False
  91.     TabOrder = 2
  92.     AutoDisableSpinButtons = True
  93.   end
  94. end
  95.